home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / inictl12.zip / VENDINFO.DIZ < prev   
VENDINFO  |  1996-01-14  |  14KB  |  293 lines

  1. +-------------------------------------------────────-----────────----+
  2. | This VENDINFO Product Information File contains both readable text |
  3. | and tools-accessible data about a product.  See the last text      |
  4. | section, below, for more information about VENDINFO and its tools. |
  5. +--------------------------------------------------------------------+
  6. VENDINFO standard v1.03, produced by VendEdit v1.22, 14-Jan-1996
  7.  
  8. ===== Product Information ==============================
  9.    Product:             IniControls .INI-aware Delphi Components
  10.    Version:             1.23
  11.    Version Date:        14-Jan-1996
  12.    Product Type:        Software
  13.    Basic Distribution Policy (see License, below, for details):
  14.       Shareware, subject to distribution restrictions
  15.  
  16.    Product Description: .INI-aware Delphi components, for 
  17.                         configuration programs; includes edit box, 
  18.                         radio button, checkbox, combo box, and string
  19.                         grid. Eliminates tedious coding of 
  20.                         TInifile.ReadString and WriteString calls.
  21.    Reason for version:  Fixes; added demo project
  22.  
  23.    Category:            Computer programming; Languages; Pascal; OOP 
  24.                         Pascal for Windows (Borland)
  25.    Keywords:            DELPHI COMPONENT INI CONFIG VCL
  26.    Required Packages:   INICTL12
  27.    This Package:        INICTL12
  28.    Registration Fee:    17.50-37.50 (USD)
  29.  
  30.    Required Configuration
  31.       Processor Family: Intel 80x86 (minimum 80386)
  32.       Minimum OS:       MS-DOS 3.0
  33.       Standard RAM:     640K
  34.       Hard Drive Space: 492K
  35.       Required:
  36.          Hard drive
  37.       Req'd Software:   Borland Delphi 1.0 or above
  38.  
  39.    Orders:
  40.       Address:          Prodigy Computing (Pty) Ltd
  41.                         PO Box 2194
  42.                         Cramerview
  43.                         2060
  44.                         South Africa
  45.       Phone:            011-27-11-792-8360
  46.       FAX:              011-27-11-888-2370
  47.       CompuServe:       73770,660
  48.       Internet:         keating@acm.org
  49.  
  50.    Support:
  51.       Address:          Prodigy Computing (Pty) Ltd
  52.                         PO Box 2194
  53.                         Cramerview
  54.                         2060
  55.                         South Africa
  56.       FAX:              011-27-11-888-2370
  57.       CompuServe:       73770,660
  58.       Internet:         keating@acm.org
  59.  
  60.  
  61. ===== Information for Users ("READ-ME") ================
  62.  
  63. This README file gives instructions for installation, and a bare outline
  64. of what IniCtrls does. You will find much fuller details in the helpfile,
  65. INICTRLS.HLP.
  66.  
  67. INTRODUCTING INICONTROLS
  68.  
  69. IniControls is a small set of components for Delphi programmers. The
  70. components are intended primarily for programmers who are writing
  71. configuration programs that store settings and preferences in .ini files
  72. (and, under Windows 95, in the registry).
  73.  
  74. The IniControls components are like Delphi data-aware components. But
  75. instead of linking a control on the screen directly to a field in a
  76. database, these components link the control to an entry in an .ini file.
  77. We call them .ini-aware components.
  78.  
  79. Delphi comes with a TIniFile object that encapsulates the behaviour of
  80. .ini files. But if you have an even moderately complex configuration
  81. program to write, you will find yourself coding large blocks of
  82. ReadString and WriteString method calls. This is easy, but tedious.
  83.  
  84. IniControls lets you snap together components in Designer to build a
  85. configuration program with almost no coding. You can load the controls
  86. from the .ini file, save the new settings back, or restore installation
  87. defaults, all with a single line of code each. IniControls provides a
  88. complete set of controls, including edit box, numeric-only edit box,
  89. radio button,checkbox, combobox and string grid.
  90.  
  91.  
  92. ===== Packing List =====================================
  93.  
  94. As released by the author or publisher, this package contained the
  95. following files in addition to this VENDINFO.DIZ:
  96.  
  97.         Filename      Size     Date       Time     CRC32
  98.       READ_ME.BAT       31  14-Jan-1996  01:23a   6078A6E6
  99.      INICTRLS.DCR    12037  14-Jan-1996  01:23a   0237D33D
  100.      INICTRLS.DCU    68720  14-Jan-1996  01:23a   CF37173E
  101.       ID_MAIN.DFM    73569  14-Jan-1996  01:23a   D506EC58
  102.       FILE_ID.DIZ      232  14-Jan-1996  01:23a   AEE16F22
  103.       LICENCE.DOC      412  14-Jan-1996  01:23a   58B0AA35
  104.       INIDEMO.DPR      490  14-Jan-1996  01:23a   8704E67E
  105.      INICTRLS.HLP    87025  14-Jan-1996  01:23a   6C4FE703
  106.        PUBLIC.KEY     1023  14-Jan-1996  01:23a   E7520E96
  107.      INICTRLS.KWF    16384  14-Jan-1996  01:23a   B2F022B1
  108.       ID_MAIN.PAS     5622  14-Jan-1996  01:23a   C8D1AFF4
  109.        README.WRI     8448  14-Jan-1996  01:23a   E06C35C1
  110.  
  111.  
  112. ===== Installation =====================================
  113.  
  114. IniControls is a programmer's tool. We assume you already know how to
  115. create directories, unzip files, and so forth. However, this may be the
  116. first time you've installed third-party Delphi components, so we're
  117. including step-by-step instructions for this.
  118.  
  119. INSTALLING INICONTROLS
  120.  
  121. There are two steps to installation: installing the IniControls unit in
  122. the Delphi environment, and installing the helpfile so that it is
  123. accessible to the Delphi context-sensitive search engine.
  124.  
  125. Installing the Components
  126.  
  127. Start Delphi and close any open project. Then select Options | Install
  128. Components | Add | Browse. Set List files of type to Unit file (*.dcu)
  129. and navigate to the directory where you unzipped the IniControls package.
  130. Select inictrls.dcu and press OK. You will then be returned to the main
  131. Install Components dialogue. Press OK.
  132.  
  133. After a noticeable pause, Delphi will return control to you. You will
  134. notice that the component palette has a new tab labelled .INI containing
  135. seven new components. (You can change this arrangement later using
  136. Options | Environment | Palette if you like.)
  137.  
  138. Installing Help
  139.  
  140. You can consult the helpfile, INICTRLS.HLP, without installing it. But
  141. you will not have context-sensitive help inside Designer until you
  142. install the help in the Delphi environment. We have taken a lot of
  143. trouble over the smooth integration of IniCtrls help with the Delphi
  144. search engine. Please install it.
  145.  
  146. 1. In the IniCtrls package you will find two files that you need,
  147. INICTRLS.HLP and INICTRLS.KWF. Copy INICTRLS.HLP to \DELPHI\BIN. Copy
  148. INICTRLS.KWF to \DELPHI\HELP.
  149.  
  150. 2. Run HELPINST.EXE: this is supplied as part of the Delphi package.
  151. First select File | Open and open \DELPHI\BIN\DELPHI.HDX. Then select
  152. Keywords | Add keyword file and open \DELPHI\BIN\INICTRLS.KWF. Finally,
  153. select File | Save and exit the program.
  154.  
  155. RUNNING THE DEMO PROGRAM
  156.  
  157. Included in the package is a small demo project, INIDEMO.DPR. This shows
  158. you much of what IniControls can do. It'll take you five minutes to run.
  159.  
  160.  
  161. COPYRIGHT
  162.  
  163. IniControls was written by Paul Keating. The program and its supporting
  164. materials are copyright c 1995 by Prodigy Computing (Pty) Limited, PO Box
  165. 2194, Cramerview 2060, South Africa.
  166.  
  167. ASSOCIATION OF SHAREWARE PROFESSIONALS
  168.  
  169. This program is produced by a member of the Association of Shareware
  170. Professionals (ASP). ASP wants to make sure that the shareware principle
  171. works for you. If youare unable to resolve a shareware-related problem
  172. with an ASP member by contacting the member directly, ASP may be able to
  173. help. The ASP Ombudsman can help you resolvea dispute or problem with an
  174. ASP member, but does not provide technical support for members' products.
  175. Please write to the ASP Ombudsman at 545 Grover Road, Muskegon, MI USA
  176. 49442-9427, Fax 616-788-2765, or send a CompuServe message via CompuServe
  177. Mail to ASP Ombudsman 70007,3536 (Internet: 70007.3536@compuserve.com).
  178.  
  179.  
  180. ===== Warranty =========================================
  181.  
  182. IniControls is made available voetstoots (a Roman-Dutch legal condition
  183. that excludes, among other things, all supplier's warranties of any kind,
  184. express or implied, against defects latent or patent). You assume all
  185. responsibility for the adverse consequences of any defects in
  186. IniControls, including any adverse consequences of including it in your
  187. own products. If IniControls does not work, or if it works differently
  188. from the way you expected or intended or were led to believe, your sole
  189. remedy is to stop using it, uninstall it from your Delphi environment,
  190. and remove all references to it from your own program code. You may in
  191. certain cases claim a refund of any licence fee you have paid.
  192.  
  193.  
  194. ===== License for Use and Distribution =================
  195.  
  196. TRIAL-USE LICENCE
  197.  
  198. IniControls is distributed as shareware. It is not in the "public
  199. domain". It is not free software. However, you do have the opportunity to
  200. try it for 90 days before you pay for it, subject to the terms of the
  201. evaluation licence, which you can read in the helpfile.
  202.  
  203. You may not distribute programs of your own that incorporate INICTRLS.DCU
  204. without a developer licence. A licence costs $17-50 (or $37-50 if you
  205. want the source) per developer workstation; generous site licences are
  206. available. This is a one-off fee: there are no royalties to pay.
  207.  
  208. How to Obtain a Developer Licence
  209.  
  210. You will find a licence form in the helpfile. Help will print it or copy
  211. it to the Windows clipboard for you. You have the choice of paying by
  212. cheque, credit card, company purchase order, NetCash, or, if you have a
  213. CompuServe account, you can license the product online.
  214.  
  215. The benefits of licensing the program are:
  216.  
  217. 1. Deployability. You can't deploy applications containing unlicensed
  218. copies of INICTRLS.DCU to end-user sites. When we receive your licence
  219. form we will send you a licence number that will permit you to deploy
  220. unlimited copies of your programs.
  221.  
  222. 2. Support. Licensed users get guaranteed support for 90 days. If
  223. IniCtrls does not work on your system we will do our best to fix it so
  224. that it does work. We can't promise to make it work in all cases. If we
  225. can't fix the defect we will refund your fee.
  226.  
  227. 3. Nag-free usage. After your trial-use licence expires, the program will
  228. nag you to license it.
  229.  
  230. Distribution Licence Terms
  231.  
  232. The following may distribute the IniControls package including
  233. INICTRLS.DCU and all of its supporting materials completely unaltered,
  234. without further permission:
  235.  
  236.  o  private individuals passing copies to friends without charge;
  237.  o  bulletin board systems;
  238.  o  bulletin board file distribution networks;
  239.  o  disk vendors who are ASP Vendor Members; and
  240.  o  disk vendors who are not ASP Vendor Members but who disclose to
  241.     their customers prior to purchase in a visible fashion that the
  242.     product is shareware, the nature of shareware, and that separate
  243.     payment to the copyright owner is required if the product is used
  244.     beyond the 90-day trial period.
  245.  
  246. For other channels of distribution or to distribute in modified form,
  247. youmust consult the data record in the file VENDINFO.DIZ, which is
  248. included in the package, and which is hereby incorporated by reference.
  249.  
  250. Any distribution satisfying all the distribution requirements expressed
  251. in that data record is hereby authorized.
  252.  
  253. Distribution that does not conform to the requirements of this licence
  254. nor to the requirements expressed in the attached data record requires
  255. explicit written permission from the copyright owner in every case.
  256.  
  257. This distribution licence does not permit you to incorporate INICTRLS.DCU
  258. into an application program for distribution for end-users. To distribute
  259. the product in that form you must have a paid-for developer licence.
  260.  
  261.  
  262. ===== About VENDINFO Files =============================
  263.  
  264. Each VENDINFO.DIZ file contains extensive information about a product.
  265. This "human-readable" section is followed by a compressed data record
  266. useable by automated tools.  The data record allows BBSes and other
  267. distributors to automate package handling, and provides users with a
  268. wealth of product information.  VENDINFO tools (free viewer for users,
  269. free or inexpensive processors for distributors, editors for authors)
  270. are available from many sources, including the originators of VENDINFO:
  271.   Rams' Island Software    Voice: 303-841-2848  CompuServe: 76244,324
  272.   7644 E. Lakecliff Way      BBS: 303-841-6269     FidoNet: 1:104/333
  273.   Parker, CO 80134-5904 USA  FAX: 303-841-6269        RIME: 1235
  274.  
  275.  
  276. ===== Compressed Data Record Follows ===================
  277.  
  278. PK
  279. ▄ÿ. ╧┴f"≥$    VENDDATA.x
  280. n/    &                    &o%    $    O        ┐Å    ?O        ?        ƒ ?/╧,#$     --=#w≈≈çQóg╟╚═╬╦
  281. ;▄p-{iδwè÷}V`^p┴▄≈ih î⌠╓ì≡αa╧¥n■Ö·±╠δäVnvn╔V▐╞≈c╝╣Z┐? ╘¬gzS/7▒¿Uwo²╝∙í■mY▐≥ùW;┐:₧└╛╡w≥y÷ⁿ⌠ê/ò╪è
  282. wêà±YêÜô┴72=7∩gµ■╟ %ô⌡(α╗ΓF┤≤î?5oú2n²=e┌╖┌Ç7p¿¥ε¥╓╣▓╝ß┐σ÷?⌡Dn q[ε∙⌐ò╛?S√»⌡╖ª╕∞ªƒz┌┐1▐σ┐~M?╢╙òƒ·≡├w║≥Cß╘╢iΘtç~╝SCó▐·╤τ[╗╙╓S~o∙º2x²ΓsO│╙Mτò¢w~¡¿o[2▄6├ iπφƒ╟║n≤<┤é%⌠µ.p
  283. σ9φ╟y°w°█j■^Åτ[åσÄFkoZ?╜■êSºàä⌡N²¢╕9¡Ä╖╢ìwNΓ█▌f╣~¿÷▓B╚J≤√·╓ í?π#ΘRw└ïW╟╫|π¢V≤|º▀║╙²╚Θ╨Θ╞≈∙÷»° °╙ε┤£≥≡c¡═t√·√πk\=;)^½╙┼▒E▐┐B▒ê≤MAU▒l²╞¼¬4o²ÿò▐⌡ç^╓εt╜ⁿ∙N)╛µ╥╠╡d≈⌡mX╟≈ª┐▄₧q┐╫∩`²═ïK╗∙ε⌐█≡┌Zwu"ΩE▄Mùxw·6?&Θφ■e[?φi¬â▌Zº s▌
  284. /▀¬W<=!?₧4OV]OucΣ`$₧sτΣY    s:≈αS┴¡)√▐Ü∙α╩ê+é¢#·σ█╫║»╩RI¿Ω∩╞∞o╒í2¢êA⌠╘W▀ÆeΣ╔*|;]|w╫µO:òO⌠╧⌐₧ ▀kç#√=}Whτ┘₧╓╢w║(V    ±û/eo*fì;onb≡r▐╞åDƒ╧Ü20┤ <▒╙σd3╡╫╫╧ó╩V2²b½┐mHjK≡uµÑ3q~÷╛A;L[╒Ñ7 ìH╞╪√1▐p╦≈ª|/g▐,òv¥kgΦ t½¡8ß_Öⁿ∙lïrry<éÖΣ≥F┤ áΩ5╣╙+ôO▌╓ö÷7ûY╟G╤jwüzº╗╝µVÖh+cÑÄr?+kºg═█≥Hⁿ╡▐N╫ô/╖¢Z┤ù╤mÿS¡φF½╬^e.ƒ*╠ⁿw-9ôx╞τRP╛>OÆhS╗ £üpä╞¿┴ç%9.╨ë╢≡ÑßKUç╪½Ä╬Ll▓ ╗ 1╧8√Ya╣Z╘*&æn⌐'∙!(╜σ5#N─=RáBHd2#zNfs~V(ÖY┘╤│╙┐0┘ƒ¥ùφG╔╧Aòi┴²ßmt▄BMì87Æ<±╝óuⁿ╠>)▐╧ó₧îi¿q=╥₧Ö⌡c╥2_X+≤t╛╙oL╛»¼P╕┬Γ╨è╔·T89⌐⌐═}≤Ö.**),(Q°Xàà%q
  285.  
  286. bφ{▒╔"v∞╪%àq èMf
  287. bû─Äk>╘.p
  288. Γ╖Cs(E1Σm¡╡╬╪ k:vüπöÿ⌠@Pj┤■ÿNUi}ÑÑ5■╗└±("=!às╧~}■6hP╛«»J╩p8E!åì≡┘C╖╕9w'ε»╛Ç╜?E╫3VÅ3àjÉ?▌ß╜á╙▒|⌐ÿ"BFwÅç;t┐ßÄ 9#u1ë⌠=P╗└9qτ$Oÿ▄ÿ ]αx╨¢g0┌/¿¥e    ±Iséìπ1▄N .0:(Ñ~<RΦæéü╟
  289. Di°p┤⌡±Xα3µ.╪|ä%╪⌠!'aö
  290. 6▀└τúöIπ!╪Çñ╤í┐ö¡æóª╥óFÅ÷mΦï@▒=5╚╤╫qj¿k"Σµ╡ yx?A┤¼»╕3└xì    m╜à╘╙╙s~jö
  291. ╩äIN║ÉûÅ╠wüIPK
  292. ▄ÿ. ╧┴f"≥$     VENDDATA.PK*I